home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
TQUICKCOMPAREDIALOG
/
TQUICKCOMPAREDIALOG.txt
Wrap
Text File
|
2008-11-03
|
2KB
|
97 lines
inherited QuickCompareDialog: TQuickCompareDialog
Left = 501
Top = 240
ActiveControl = ViewBtn
Caption = 'Quick Compare'
ClientHeight = 160
ClientWidth = 385
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object IconImage: TUiImage
Left = 16
Top = 16
Width = 32
Height = 32
end
object LeftSpecLbl: TUiLabel
Left = 72
Top = 16
Width = 305
Height = 13
AutoSize = False
Caption = '%'
end
object RightSpecLbl: TUiLabel
Left = 72
Top = 32
Width = 305
Height = 13
AutoSize = False
Caption = '%'
end
object QuickCompareLbl: TUiLabel
Left = 72
Top = 64
Height = 13
Caption = 'Quick Compare:'
end
object ResultsLbl: TUiLabel
Left = 100
Top = 80
Height = 13
Caption = '%'
FontStyle = [fsBold]
end
object ResultsImage: TUiImage
Left = 72
Top = 80
Width = 28
Height = 16
Images = BcImages.ContentImages
end
object ViewBtn: TUiButton
Left = 224
Top = 112
Caption = 'Open &View'
Default = True
TabOrder = 1
OnClick = ViewClick
AutoSize = asRight
end
object SessionClassEdit: TUiComboBox
Left = 8
Top = 112
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
end
object CloseBtn: TUiButton
Left = 304
Top = 112
Cancel = True
Caption = 'Close'
ModalResult = 2
TabOrder = 2
AutoSize = asRight
end
object ShowQuickCompareEdit: TUiCheckBox
Left = 8
Top = 139
Height = 17
Caption = 'Show this dialog on file compare startup'
TabOrder = 3
end
object Timer: TTimer
Interval = 500
OnTimer = TimerTimer
Left = 344
Top = 80
end
end